BackgroundImage Class

Specifies an image as a background.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class BackgroundImage : IContentElement
Inheritance
Object    BackgroundImage
Implements
IContentElement

Constructors

BackgroundImage Initializes a new instance of the BackgroundImage class.
BackgroundImage(String) Initializes a new instance of the BackgroundImage class.
BackgroundImage(String, Byte) Initializes a new instance of the BackgroundImage class.
BackgroundImage(String, Stream) Initializes a new instance of the BackgroundImage class.

Properties

Actuate Default value for this attribute is onLoad.
Buffer Contains the byte array of the background image.
FileName Contains the file name of the background image.
Filter Specifies the implementation specific filter name that has been used to load an image into the document.
Location Contains the image.
Opacity Specifies the opacity for an image or graphic object.
Position Specifies the position of a background image.
Repetition Specifies if an image can be repeated or stretched over an area.
Show Default value for this attribute is embed.
Type Always has the value simple.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
GetStream 
GetType
(Inherited from Object)
Load(String) 
Load(String, Byte) 
Load(String, Stream) 
MemberwiseClone
(Inherited from Object)
Save(Stream) 
Save(String) 
ToString Converts the value of the current BackgroundImage object to its equivalent string representation.
(Overrides ObjectToString)

See Also